{ "summary": "Get the user (wrapped in a shift object) on-call for the specified schedule.", "description": "", "method": "GET", "path": "/schedules/{id}/user-on-call", "parameters": { "id": 1.0 }, "request_body": null, "response": { "user": { "id": 1, "firstName": "string", "lastName": "string", "email": "string", "timezone": null, "position": "string" }, "end": "string", "start": "string" } }